home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set startPos to the locH of sprite (the clickOn + 1)
- repeat with N = 1 to 16
- set the locH of sprite (the clickOn + 1) to startPos - N
- updateStage()
- end repeat
- repeat while the mouseDown
- nothing()
- end repeat
- repeat with N = 1 to 16
- set the locH of sprite (the clickOn + 1) to startPos - 16 + N
- updateStage()
- end repeat
- if rollOver(the clickOn) then
- end if
- end
-
- on mouseUp
- gotoNetMovie("chapter1.dcr")
- end
-